InputStream Class Reference
List of all members.
Detailed Description
ByteOrder aware input stream interface
Constructor & Destructor Documentation
Member Function Documentation
virtual bool operator>> |
( |
std::string & |
string |
) |
[pure virtual] |
bool operator>> |
( |
double & |
output |
) |
|
bool operator>> |
( |
uint64_t & |
output |
) |
|
bool operator>> |
( |
int64_t & |
output |
) |
|
bool operator>> |
( |
uint32_t & |
output |
) |
|
bool operator>> |
( |
int32_t & |
output |
) |
|
bool operator>> |
( |
uint16_t & |
output |
) |
|
bool operator>> |
( |
int16_t & |
output |
) |
|
bool operator>> |
( |
uint8_t & |
output |
) |
|
bool operator>> |
( |
int8_t & |
output |
) |
|
virtual int32_t readRaw |
( |
void * |
buffer, |
|
|
int32_t |
size | |
|
) |
| | [pure virtual] |
void setByteOrder |
( |
ByteOrder |
newByteOrder |
) |
[inline] |
The documentation for this class was generated from the following files: